Select the correct statements about plugins
Any settings in the <build><plugins> section will be inherited by children poms.
<build><plugins>
You can pass additional data to plugins using the <configuration> element.
<configuration>
You can only configure Maven's core plugins in the <pluginManagement> section.
<pluginManagement>
You can attach a plugin goal to a Maven phase using the <execution> element.
<execution>
Next Concept